home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / MoreFiles 1.3.1 / !MoreFiles Reference Read Me < prev    next >
Encoding:
Text File  |  1995-04-18  |  1.6 KB  |  17 lines  |  [TEXT/ttxt]

  1. MoreFiles Reference
  2.  
  3. MoreFiles Reference was written by Eric Soldan using AppsToGo, sample code from Developer Support.
  4. The data in MoreFiles Reference is from MoreFiles' C interface files.
  5. Copyright © 1994-1995 Apple Computer, Inc.
  6. All rights reserved.
  7.  
  8. MoreFiles Reference is an application that lets you browse and search through much of the information in the MoreFiles C header files.
  9.  
  10. When you launch MoreFiles Reference, it shows you the name of the header files followed by the names of all MoreFiles functions with a one line description of the functions. Typing a function’s name in the search box will select a function’s name. Clicking on a header file’s name will constrain the list of functions to that header file. Clicking on a function name will show you the API for the function and the function’s documentation.
  11.  
  12. While you’re looking at a function’s API and documentation, selecting Copy Template (Command-T) from the Edit menu will put the function’s prototype on the clipboard, and selecting Copy Topic Text (Command-U) from the Edit menu will put the function’s prototype and its documentation on the clipboard.
  13.  
  14. The bold underlined function names in MoreFiles Reference are hot links to that function’s API and documentation.
  15.  
  16. The API button returns you to the main API list screen. The Back button takes you to the last screen viewed. The History button gives a list of recently viewed screens to move to. The Previous and Next buttons take you to the previous or next function API and description. The Page Up and Page Down do the same thing as clicking in the scroll bar.
  17.